Numbers have some useful functions associated with them.
In [9]:
round(6.022, 1)
Out[9]:
In [10]:
abs(-3.0)
Out[10]:
In [11]:
bin(16)
Out[11]: